Branching statement
Example (Step 2)
Problem solving sequence:
1. Algorithm
2. Pseudo-code
3. Flowchat
4. C/C++ code
if (my_money > cost_of_CD)
then
     buy_CD
else
     get_a_job
end if;